projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
312a9e0
)
(command-line): Make small-temporary-file-directory
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 6 Sep 1999 11:43:01 +0000
(11:43 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 6 Sep 1999 11:43:01 +0000
(11:43 +0000)
be nil except on ms-dos.
lisp/startup.el
patch
|
blob
|
history
diff --git
a/lisp/startup.el
b/lisp/startup.el
index cb8f0cef47e7485cccaf33fd00ea91641d2227f3..444036ea6292cffe4e9c6aba5dc5cbb47a846ace 100644
(file)
--- a/
lisp/startup.el
+++ b/
lisp/startup.el
@@
-506,8
+506,7
@@
or `CVS', and any subdirectory that contains a file named `.nosearch'."
(or (getenv "TMPDIR") (getenv "TMP") (getenv "TEMP") "/tmp")))))
(setq small-temporary-file-directory
(if (eq system-type 'ms-dos)
- (getenv "TMPDIR")
- temporary-file-directory))
+ (getenv "TMPDIR")))
;; See if we should import version-control from the environment variable.
(let ((vc (getenv "VERSION_CONTROL")))